Micron Document
welo git mirrors

Node / public / rns-proxy / commits / eefdeec

Commit eefdeec2a4021a8830cbe38bea9cd2ad3551439b


Parents : 7456ac6
Author : welo | main nixos computer <empty@empty.com>
Date : 2026-07-08T09:29:39+01:00

one more print statement

Changes

1 files changed, 2 insertions(+), 0 deletions(-)


Diff

diff --git a/src/relay.rs b/src/relay.rs
index a608930..2f7b431 100644
--- a/src/relay.rs
+++ b/src/relay.rs
@@ -72,6 +72,8 @@ pub async fn relay_bidirectional_tcp(
_ = rns_to_tcp => {},
}
+ info!("[{}] drop connection", sid);
+
mux.send(FrameType::Close, sid, Vec::new());
mux.drop_session(sid);
}

Served by rngit 1.4.2 - Generated in 0.02s